home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- FILE : d3_xUtils.h
- SHORTNAME : xUtils.ph
- SNNS VERSION : 3.2
-
- PURPOSE : header for d3_xUtils.c
- NOTES : all functions will be exported
-
- AUTHOR : Ralf Huebner
- DATE : 1.12.1991
-
- CHANGED BY :
- IDENTIFICATION : @(#)d3_xUtils.h 1.8 3/2/94
- SCCS VERSION : 1.8
- LAST CHANGE : 3/2/94
-
- Copyright (c) 1990-1994 SNNS Group, IPVR, Univ. Stuttgart, FRG
-
- ******************************************************************************/
-
-
- #ifndef _D3_XUTILS_DEFINED_
- #define _D3_XUTILS_DEFINED_
-
-
-
-
- extern Widget d3_xCreateButtonItem (char *name, Widget parent, Widget left, Widget top);
- extern Widget d3_xCreateToggleItem(char *name, Widget parent, Widget group, Widget left, Widget top);
-
-
-
-
- #endif /* _D3_XUTILS_DEFINED_ */
-
-
- /* end of file */
- /* lines: 23 */
-
- /* 45 lines generated by deleteprivatedefinitions.awk */
-